home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / elk-2_0.lha / elk-2.0 / scripts / README < prev   
Text File  |  1992-11-02  |  646b  |  15 lines

  1. This directory holds a shell script used to link the interpreter with
  2. a number of extensions (linkscheme) and several shell scripts used to
  3. link individual extensions (linkext.*).
  4.  
  5. Do not invoke the scripts ending in .sh directly.  Calling "make" in
  6. this directory creates versions of the shell scripts with the .sh
  7. suffix deleted and the "execute" bit set; always use these shell
  8. scripts instead of the .sh versions.
  9.  
  10. There is one linkext.* shell script for each dynamic loading mechanism;
  11. the suffixes correspond to the value of $load_obj in config/system.
  12.  
  13. The comment at the beginning of each file describe its purpose and
  14. how it is invoked.
  15.